{
	"info": {
		"_postman_id": "588507e2-fa92-4811-abfc-09443bc6aa19",
		"name": "Molecular Data Api",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
	},
	"item": [
		{
			"name": "moleculeData",
			"protocolProfileBehavior": {
				"disableBodyPruning": true
			},
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "apieco-key",
						"value": "{apieco-key}",
						"type": "text"
					}
				],
				"body": {
					"mode": "raw",
					"raw": "{\r\ntype:\t\r\nstring\r\nproperties:\t\r\n {\r\nmoleculeID:\t\r\n{ID u should enter}\r\n}\r\n}"
				},
				"url": {
					"raw": "https://api.apieco.ir/molecular-data",
					"protocol": "https",
					"host": [
						"api",
						"apieco",
						"ir"
					],
					"path": [
						"molecular-data"
					]
				}
			},
			"response": []
		}
	],
	"protocolProfileBehavior": {}
}